/* 版本1.0.2 */
.page-main-index {
    background-image: url("../../img/backdrop/beijing.png");
    background-position: center;
    background-size: cover;

}

.page-main-index .bg_text{
    background-image: url("../../img/beijing_text.png");
}

.index-tab-menu{
    padding-right: 60px;
}
.index-tab-menu-btn{
    cursor: pointer;
    position: absolute;
    right: 0px;
    top:0px;
    width: 60px;
    max-width: 60px;
    min-width: 60px;
    height: 50px;
    background:  url('../../img/yinyong.png') center center no-repeat;
}

.index-main{
    width: 1200px;
    margin: 0px auto;
    padding-bottom: 80px;
}


.index-tab-container{
    position: relative;
}
.index-tab-container>.tab-content{
    overflow: hidden;
    height: 0px;
    background: white;
}
.index-tab-container>.tab-content>div{
    display: none;
    margin: 20px;
    min-height: 495px;
}
.index-tab-container>.tab-content>div.active{
    display: block;
}

.index-tab-container>.tab-content{
    overflow: hidden;
    max-height: 535px;
}


/*
.header .logo-img-container{
    left: 0px;
    margin-left: 0px;
}


.header .search-container{
    top:400px;
    right: 0px;
    margin-right:0px;
}*/
